home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / editor / edt10.lha / Beispiele / Oberon / Deutsch / ReqChecking_D.edt < prev    next >
Text File  |  1995-03-07  |  371b  |  7 lines

  1. /* set compiler/linker switches 2 */
  2. OPTIONS RESULTS
  3.  
  4. chk=GetClip("Oberon2Chk")
  5. 'ReqOptions "Oberon-2" "Überprüfungscode" "Stackkontrolle|Überlaufskontrolle|Bereichskontrolle|Case-Index-Kontrolle|Return-Kontrolle|NIL-Zeiger-Kontrolle|Ungerade-Zeiger-Kontrolle|Typkontrolle|Lok. Variablen löschen"' chk
  6. PARSE VAR RESULT done chk
  7. IF done="OK" THEN SetClip("Oberon2Chk",chk)